projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860af8e
)
Added cus-load.el target.
author
Per Abrahamsen
<abraham@dina.kvl.dk>
Fri, 11 Apr 1997 13:14:52 +0000
(13:14 +0000)
committer
Per Abrahamsen
<abraham@dina.kvl.dk>
Fri, 11 Apr 1997 13:14:52 +0000
(13:14 +0000)
lisp/Makefile
patch
|
blob
|
history
diff --git
a/lisp/Makefile
b/lisp/Makefile
index 64c178d06ade83debb6f56a6a30e0df46763c21d..edbb2b0d0b808a8f8afff2210681360e7a317e5c 100644
(file)
--- a/
lisp/Makefile
+++ b/
lisp/Makefile
@@
-1,6
+1,7
@@
#
# Maintenance productions for the Lisp directory
#
+EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
@@
-11,5
+12,10
@@
relock:
chmod -w $(SOURCES)
chmod +w version.el finder-inf.el loaddefs.el
+doit:
+
+cus-load.el: doit
+ $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies
+
TAGS: $(lisptagsfiles)
../lib-src/etags $(lisptagsfiles)